Skip to content

Commit df6ecba

Browse files
Update all non-major dependencies
1 parent 6055493 commit df6ecba

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Bump version and push tag
4242
id: github_tag_action
43-
uses: anothrNick/github-tag-action@1.67.0
43+
uses: anothrNick/github-tag-action@1.71.0
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
WITH_V: true

.mvn/extensions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<extension>
55
<groupId>me.qoomon</groupId>
66
<artifactId>maven-git-versioning-extension</artifactId>
7-
<version>9.6.5</version>
7+
<version>9.10.0</version>
88
</extension>
99

1010
</extensions>

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.1.2</version>
21+
<version>3.4.2</version>
2222
<relativePath/>
2323
</parent>
2424

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.cucumber</groupId>
2929
<artifactId>cucumber-bom</artifactId>
30-
<version>7.13.0</version>
30+
<version>7.21.0</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -79,27 +79,27 @@
7979
<dependency>
8080
<groupId>org.apache.httpcomponents.client5</groupId>
8181
<artifactId>httpclient5</artifactId>
82-
<version>5.2.1</version>
82+
<version>5.4.2</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.passay</groupId>
8686
<artifactId>passay</artifactId>
87-
<version>1.6.3</version>
87+
<version>1.6.6</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.eclipse.jgit</groupId>
9191
<artifactId>org.eclipse.jgit</artifactId>
92-
<version>6.6.0.202305301015-r</version>
92+
<version>6.10.0.202406032230-r</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>com.google.guava</groupId>
9696
<artifactId>guava</artifactId>
97-
<version>32.1.2-jre</version>
97+
<version>32.1.3-jre</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>com.discord4j</groupId>
101101
<artifactId>discord4j-core</artifactId>
102-
<version>3.2.5</version>
102+
<version>3.2.7</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.springframework.boot</groupId>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>io.micrometer</groupId>
114114
<artifactId>context-propagation</artifactId>
115-
<version>1.0.4</version>
115+
<version>1.1.2</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>io.projectreactor</groupId>
@@ -218,7 +218,7 @@
218218
<plugin>
219219
<groupId>com.diffplug.spotless</groupId>
220220
<artifactId>spotless-maven-plugin</artifactId>
221-
<version>2.38.0</version>
221+
<version>2.44.2</version>
222222
<configuration>
223223
<java>
224224
<includes>
@@ -342,7 +342,7 @@
342342
<plugin>
343343
<groupId>com.google.cloud.tools</groupId>
344344
<artifactId>jib-maven-plugin</artifactId>
345-
<version>3.3.2</version>
345+
<version>3.4.4</version>
346346
<configuration>
347347
<from>
348348
<image>openjdk:17</image>

src/templates/docker/backup/make/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2.4'
33
services:
44

55
make-backup:
6-
image: offen/docker-volume-backup:v2.28.0
6+
image: offen/docker-volume-backup:v2.43.1
77
# image: generaltao725/docker-volume-backup
88
env_file:
99
- ./backup.env

src/templates/docker/flyway/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.4'
22

33
services:
44
flyway:
5-
image: flyway/flyway:9.22.2
5+
image: flyway/flyway:9.22.3
66
command: migrate
77
environment:
88
FLYWAY_PLACEHOLDER_PREFIX: "{{ "

src/templates/docker/gitea/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.4'
22

33
services:
44
gitea:
5-
image: gitea/gitea:1.20
5+
image: gitea/gitea:1.23
66
volumes:
77
- ./conf:/data/gitea/conf
88
- ./shared:/shared

0 commit comments

Comments
 (0)