|
18 | 18 | <parent> |
19 | 19 | <groupId>org.springframework.boot</groupId> |
20 | 20 | <artifactId>spring-boot-starter-parent</artifactId> |
21 | | - <version>3.1.2</version> |
| 21 | + <version>3.1.5</version> |
22 | 22 | <relativePath/> |
23 | 23 | </parent> |
24 | 24 |
|
|
27 | 27 | <dependency> |
28 | 28 | <groupId>io.cucumber</groupId> |
29 | 29 | <artifactId>cucumber-bom</artifactId> |
30 | | - <version>7.13.0</version> |
| 30 | + <version>7.14.0</version> |
31 | 31 | <type>pom</type> |
32 | 32 | <scope>import</scope> |
33 | 33 | </dependency> |
|
81 | 81 | <dependency> |
82 | 82 | <groupId>org.passay</groupId> |
83 | 83 | <artifactId>passay</artifactId> |
84 | | - <version>1.6.3</version> |
| 84 | + <version>1.6.4</version> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.eclipse.jgit</groupId> |
88 | 88 | <artifactId>org.eclipse.jgit</artifactId> |
89 | | - <version>6.6.0.202305301015-r</version> |
| 89 | + <version>6.7.0.202309050840-r</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>com.google.guava</groupId> |
93 | 93 | <artifactId>guava</artifactId> |
94 | | - <version>32.1.2-jre</version> |
| 94 | + <version>32.1.3-jre</version> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
97 | 97 | <groupId>com.discord4j</groupId> |
98 | 98 | <artifactId>discord4j-core</artifactId> |
99 | | - <version>3.2.5</version> |
| 99 | + <version>3.2.6</version> |
100 | 100 | </dependency> |
101 | 101 |
|
102 | 102 | <dependency> |
|
188 | 188 | <plugin> |
189 | 189 | <groupId>com.diffplug.spotless</groupId> |
190 | 190 | <artifactId>spotless-maven-plugin</artifactId> |
191 | | - <version>2.38.0</version> |
| 191 | + <version>2.40.0</version> |
192 | 192 | <configuration> |
193 | 193 | <java> |
194 | 194 | <includes> |
|
312 | 312 | <plugin> |
313 | 313 | <groupId>com.google.cloud.tools</groupId> |
314 | 314 | <artifactId>jib-maven-plugin</artifactId> |
315 | | - <version>3.3.2</version> |
| 315 | + <version>3.4.0</version> |
316 | 316 | <configuration> |
317 | 317 | <from> |
318 | 318 | <image>openjdk:17</image> |
|
0 commit comments