Skip to content

Commit 39c099d

Browse files
authored
Merge pull request #533 from OpenConext/dependabot/maven/backend-prod-9f3fa0718b
Bump the backend-prod group across 2 directories with 8 updates
2 parents 27271ca + 3a08747 commit 39c099d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

provisioning-mock/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.mysql</groupId>
4747
<artifactId>mysql-connector-j</artifactId>
48-
<version>9.3.0</version>
48+
<version>9.4.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
@@ -55,19 +55,19 @@
5555
<dependency>
5656
<groupId>io.rest-assured</groupId>
5757
<artifactId>rest-assured</artifactId>
58-
<version>5.5.5</version>
58+
<version>5.5.6</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.rest-assured</groupId>
6363
<artifactId>json-path</artifactId>
64-
<version>5.5.5</version>
64+
<version>5.5.6</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>io.rest-assured</groupId>
6969
<artifactId>xml-path</artifactId>
70-
<version>5.5.5</version>
70+
<version>5.5.6</version>
7171
<scope>test</scope>
7272
</dependency>
7373
</dependencies>

server/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@
7777
<dependency>
7878
<groupId>org.flywaydb</groupId>
7979
<artifactId>flyway-core</artifactId>
80-
<version>11.10.4</version>
80+
<version>11.11.1</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.flywaydb</groupId>
8484
<artifactId>flyway-mysql</artifactId>
85-
<version>11.10.4</version>
85+
<version>11.11.1</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mariadb.jdbc</groupId>
8989
<artifactId>mariadb-java-client</artifactId>
90-
<version>3.5.4</version>
90+
<version>3.5.5</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.springframework.retry</groupId>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-identity</artifactId>
111-
<version>1.16.3</version>
111+
<version>1.17.0</version>
112112
</dependency>
113113
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
114114
<dependency>
@@ -135,19 +135,19 @@
135135
<dependency>
136136
<groupId>io.rest-assured</groupId>
137137
<artifactId>rest-assured</artifactId>
138-
<version>5.5.5</version>
138+
<version>5.5.6</version>
139139
<scope>test</scope>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.rest-assured</groupId>
143143
<artifactId>json-path</artifactId>
144-
<version>5.5.5</version>
144+
<version>5.5.6</version>
145145
<scope>test</scope>
146146
</dependency>
147147
<dependency>
148148
<groupId>io.rest-assured</groupId>
149149
<artifactId>xml-path</artifactId>
150-
<version>5.5.5</version>
150+
<version>5.5.6</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>

0 commit comments

Comments
 (0)