Skip to content

Commit ac5b3e3

Browse files
authored
Update maven, jooq, testcontainers (#102)
1 parent 78947d2 commit ac5b3e3

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.mvn/wrapper/maven-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.0/apache-maven-3.6.0-bin.zip
1+
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

jooqdsl-maven-plugin/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,13 @@
107107
<groupId>org.testcontainers</groupId>
108108
<artifactId>testcontainers</artifactId>
109109
<version>${testcontainers.version}</version>
110+
<scope>provided</scope>
110111
</dependency>
111112
<dependency>
112113
<groupId>org.testcontainers</groupId>
113114
<artifactId>jdbc</artifactId>
114115
<version>${testcontainers.version}</version>
116+
<scope>provided</scope>
115117
</dependency>
116118

117119
<!-- Test dependencies -->

jooqdsl-maven-plugin/src/it/multi-module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<!-- Database -->
3030
<postgresql.version>42.3.9</postgresql.version>
31-
<testcontainers.version>1.19.0</testcontainers.version>
31+
<testcontainers.version>1.20.1</testcontainers.version>
3232
<jooqdsl.version>@project.version@</jooqdsl.version>
3333

3434
<!-- Test dependencies -->

jooqdsl-maven-plugin/src/it/simple-java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- Database -->
2121
<postgresql.version>42.6.1</postgresql.version>
2222
<postgresql-engine.version>10.3</postgresql-engine.version>
23-
<testcontainers.version>1.19.0</testcontainers.version>
23+
<testcontainers.version>1.20.1</testcontainers.version>
2424
<jooqdsl.version>@project.version@</jooqdsl.version>
2525

2626
<!-- Plugins -->

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
<maven-plugin.version>3.9.0</maven-plugin.version>
4949
<mojo-executor.version>2.4.0</mojo-executor.version>
5050
<jaxb-api.version>2.3.1</jaxb-api.version>
51-
<jooq.version>3.19.10</jooq.version>
51+
<jooq.version>3.19.11</jooq.version>
5252

5353
<!-- Test dependencies -->
5454
<junit.version>5.11.0</junit.version>
5555
<assertj.version>3.26.0</assertj.version>
5656
<mockito-kotlin.version>5.4.0</mockito-kotlin.version>
57-
<testcontainers.version>1.19.8</testcontainers.version>
57+
<testcontainers.version>1.20.1</testcontainers.version>
5858
<jackson.version>2.17.1</jackson.version>
5959

6060
<!-- Plugins -->

0 commit comments

Comments
 (0)