Skip to content

Commit

Permalink
chore: update dependencies & rm codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Oct 23, 2024
1 parent 337eb5f commit d4b5980
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/codeql.yaml

This file was deleted.

14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.4</version>
<relativePath/>
</parent>

Expand All @@ -29,9 +29,9 @@
<maven.exec.skip>false</maven.exec.skip>
<!--end standard properties-->

<kotlin.version>2.0.10</kotlin.version>
<testcontainers.version>1.20.1</testcontainers.version>
<jena.version>5.1.0</jena.version>
<kotlin.version>2.0.21</kotlin.version>
<testcontainers.version>1.20.2</testcontainers.version>
<jena.version>5.2.0</jena.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down Expand Up @@ -274,7 +274,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.1</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<argLine>${surefire.jacoco.args}</argLine>
Expand All @@ -288,7 +288,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.1</version>
<configuration>
<argLine>${failsafe.jacoco.args}</argLine>
<groups>contract</groups>
Expand Down

0 comments on commit d4b5980

Please sign in to comment.