Skip to content

Commit e63228e

Browse files
committed
Auto-Update Dependencies
Updated ${kotlin.version} from 1.9.10 to 1.9.20 Updated commons-io:commons-io:jar:2.14.0 to version 2.15.0 Updated org.apache.commons:commons-text:jar:1.10.0 to version 1.11.0 Updated org.xerial:sqlite-jdbc:jar:3.43.2.1 to version 3.43.2.2
1 parent 3ca1390 commit e63228e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

framework/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.xerial</groupId>
6060
<artifactId>sqlite-jdbc</artifactId>
61-
<version>3.43.2.1</version>
61+
<version>3.43.2.2</version>
6262
</dependency>
6363
</dependencies>
6464
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<!-- Kotlin -->
8484
<kotlin.code.style>official</kotlin.code.style>
8585
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
86-
<kotlin.version>1.9.10</kotlin.version>
86+
<kotlin.version>1.9.20</kotlin.version>
8787

8888
<!-- Plugin Versions -->
8989
<slf4j.version>2.0.9</slf4j.version>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>commons-io</groupId>
141141
<artifactId>commons-io</artifactId>
142-
<version>2.14.0</version>
142+
<version>2.15.0</version>
143143
</dependency>
144144

145145
<!-- Commons -->
@@ -151,7 +151,7 @@
151151
<dependency>
152152
<groupId>org.apache.commons</groupId>
153153
<artifactId>commons-text</artifactId>
154-
<version>1.10.0</version>
154+
<version>1.11.0</version>
155155
</dependency>
156156

157157
<dependency>

stages/model-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>commons-io</groupId>
3333
<artifactId>commons-io</artifactId>
34-
<version>2.14.0</version>
34+
<version>2.15.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>io.github.ardoco.core</groupId>

0 commit comments

Comments
 (0)