Skip to content

Commit

Permalink
Merge branch 'main' of git@github.com:cradloff/text2epub.git into main
Browse files Browse the repository at this point in the history
  • Loading branch information
cradloff committed Mar 11, 2024
2 parents f5b1945 + dfcb1d3 commit 154b3c1
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 @@ -42,7 +42,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj</artifactId>
<version>2.5.10</version>
<version>2.5.11</version>
</dependency>
<dependency>
<groupId>org.w3c</groupId>
Expand All @@ -135,13 +135,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.24.2</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 154b3c1

Please sign in to comment.