Skip to content

Commit 16affe8

Browse files
authored
Merge pull request #486 from OpenConext/dependabot/maven/backend-prod-d5b4e20fdd
Bump the backend-prod group across 2 directories with 5 updates
2 parents 196f4fa + e6bfa5b commit 16affe8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-enforcer-plugin</artifactId>
40-
<version>3.5.0</version>
40+
<version>3.6.0</version>
4141
<executions>
4242
<execution>
4343
<id>enforce-versions</id>

server/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.hypersistence</groupId>
2929
<artifactId>hypersistence-utils-hibernate-63</artifactId>
30-
<version>3.10.1</version>
30+
<version>3.10.2</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>
@@ -77,17 +77,17 @@
7777
<dependency>
7878
<groupId>org.flywaydb</groupId>
7979
<artifactId>flyway-core</artifactId>
80-
<version>11.10.0</version>
80+
<version>11.10.2</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.flywaydb</groupId>
8484
<artifactId>flyway-mysql</artifactId>
85-
<version>11.10.0</version>
85+
<version>11.10.2</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mariadb.jdbc</groupId>
8989
<artifactId>mariadb-java-client</artifactId>
90-
<version>3.5.3</version>
90+
<version>3.5.4</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.springframework.retry</groupId>

0 commit comments

Comments
 (0)