Skip to content

Commit 8819cad

Browse files
fix(deps): update renovate dependency scan
1 parent 1341e29 commit 8819cad

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

JavaCon/JDBC/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.oracle.database.jdbc</groupId>
2626
<artifactId>ojdbc10</artifactId>
27-
<version>19.26.0.0</version>
27+
<version>19.27.0.0</version>
2828
</dependency>
2929

3030
</dependencies>

JavaCon/JsonIO/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.core</groupId>
2121
<artifactId>jackson-databind</artifactId>
22-
<version>2.18.3</version>
22+
<version>2.19.0</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>commons-io</groupId>

JavaCon/SpecialKeywords/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.openjfx</groupId>
2121
<artifactId>javafx-controls</artifactId>
22-
<version>25-ea+12</version>
22+
<version>25-ea+14</version>
2323
</dependency>
2424

2525
</dependencies>

JavaCon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.fusesource.jansi</groupId>
9090
<artifactId>jansi</artifactId>
91-
<version>2.4.1</version>
91+
<version>2.4.2</version>
9292
</dependency>
9393

9494
</dependencies>

Playground/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>com.fasterxml.jackson.dataformat</groupId>
2121
<artifactId>jackson-dataformat-yaml</artifactId>
22-
<version>2.18.3</version>
22+
<version>2.19.0</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-databind</artifactId>
27-
<version>2.18.3</version>
27+
<version>2.19.0</version>
2828
</dependency>
2929

3030
<dependency>

Testing/PluralSight/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.opencsv</groupId>
3030
<artifactId>opencsv</artifactId>
31-
<version>5.10</version>
31+
<version>5.11</version>
3232
</dependency>
3333

3434
<dependency>

Testing/TestContainers/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.4.4</version>
11+
<version>3.4.5</version>
1212
<relativePath/> <!-- lookup parent from repository -->
1313
</parent>
1414

@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>com.mysql</groupId>
3737
<artifactId>mysql-connector-j</artifactId>
38-
<version>9.2.0</version>
38+
<version>9.3.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>
@@ -51,28 +51,28 @@
5151
<dependency>
5252
<groupId>org.testcontainers</groupId>
5353
<artifactId>testcontainers</artifactId>
54-
<version>1.20.6</version>
54+
<version>1.21.0</version>
5555
<scope>test</scope>
5656
</dependency>
5757

5858
<dependency>
5959
<groupId>org.testcontainers</groupId>
6060
<artifactId>junit-jupiter</artifactId>
61-
<version>1.20.6</version>
61+
<version>1.21.0</version>
6262
<scope>test</scope>
6363
</dependency>
6464

6565
<dependency>
6666
<groupId>org.testcontainers</groupId>
6767
<artifactId>mysql</artifactId>
68-
<version>1.20.6</version>
68+
<version>1.21.0</version>
6969
<scope>test</scope>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>org.testcontainers</groupId>
7474
<artifactId>rabbitmq</artifactId>
75-
<version>1.20.6</version>
75+
<version>1.21.0</version>
7676
<scope>test</scope>
7777
</dependency>
7878

59 Bytes
Binary file not shown.

Tools/QuartzScheduler/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

Tools/QuartzScheduler/gradlew

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "$( uname )" in #(
114114
NONSTOP* ) nonstop=true ;;
115115
esac
116116

117-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
117+
CLASSPATH="\\\"\\\""
118118

119119

120120
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213
set -- \
214214
"-Dorg.gradle.appname=$APP_BASE_NAME" \
215215
-classpath "$CLASSPATH" \
216-
org.gradle.wrapper.GradleWrapperMain \
216+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
217217
"$@"
218218

219219
# Stop when "xargs" is not available.

0 commit comments

Comments
 (0)