Skip to content

Commit

Permalink
chore: version release
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Astappiev <[email protected]>
  • Loading branch information
astappiev committed Oct 23, 2024
1 parent 0f5377d commit b8fb3f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.l3s</groupId>
<artifactId>learnweb</artifactId>
<!-- Because Tomcat treats a version as String, we need to use zero paddings to make sure v10 is newer than v9 -->
<version>3.28.01</version>
<version>3.28.02</version>
<packaging>war</packaging>

<name>Learnweb</name>
Expand All @@ -23,7 +23,7 @@
<maven.dependency.flyway.version>10.20.0</maven.dependency.flyway.version>
<maven.dependency.log4j.version>2.24.1</maven.dependency.log4j.version>
<maven.dependency.sentry.version>7.15.0</maven.dependency.sentry.version>
<maven.dependency.junit.version>5.11.2</maven.dependency.junit.version>
<maven.dependency.junit.version>5.11.3</maven.dependency.junit.version>
<maven.dependency.mockito.version>5.14.2</maven.dependency.mockito.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -326,7 +326,7 @@
<dependency>
<groupId>org.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.23.0</version>
<version>0.24.0</version>
</dependency>

<!-- ################ Test dependencies ################ -->
Expand Down Expand Up @@ -428,7 +428,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.4</version>
<version>4.8.6.5</version>
<configuration>
<excludeFilterFile>src/main/conf/spotbugs-exclude.xml</excludeFilterFile>
</configuration>
Expand Down

0 comments on commit b8fb3f1

Please sign in to comment.