Skip to content

Commit 56205da

Browse files
authored
Merge pull request #510 from OpenConext/dependabot/maven/backend-prod-f480999b69
Bump the backend-prod group across 5 directories with 6 updates
2 parents 3382681 + b2d511f commit 56205da

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.6.0</version>
40+
<version>3.6.1</version>
4141
<executions>
4242
<execution>
4343
<id>enforce-versions</id>

provisioning-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.datatype</groupId>
3232
<artifactId>jackson-datatype-jdk8</artifactId>
33-
<version>2.19.1</version>
33+
<version>2.19.2</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.hypersistence</groupId>

server/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.datatype</groupId>
6969
<artifactId>jackson-datatype-jdk8</artifactId>
70-
<version>2.19.1</version>
70+
<version>2.19.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.squareup.okhttp3</groupId>
@@ -77,12 +77,12 @@
7777
<dependency>
7878
<groupId>org.flywaydb</groupId>
7979
<artifactId>flyway-core</artifactId>
80-
<version>11.10.2</version>
80+
<version>11.10.4</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.flywaydb</groupId>
8484
<artifactId>flyway-mysql</artifactId>
85-
<version>11.10.2</version>
85+
<version>11.10.4</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mariadb.jdbc</groupId>
@@ -108,13 +108,13 @@
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-identity</artifactId>
111-
<version>1.16.2</version>
111+
<version>1.16.3</version>
112112
</dependency>
113113
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
114114
<dependency>
115115
<groupId>commons-codec</groupId>
116116
<artifactId>commons-codec</artifactId>
117-
<version>1.18.0</version>
117+
<version>1.19.0</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.openconext</groupId>

0 commit comments

Comments
 (0)