Skip to content

Commit

Permalink
upgrade janino to 3.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
cfkoehler committed Sep 19, 2024
1 parent 1155984 commit 9e8b0b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
<dep.httpcore.version>5.2.1</dep.httpcore.version>
<dep.jackson.version>2.15.2</dep.jackson.version>
<dep.jakarta.xml.bind-api.version>3.0.1</dep.jakarta.xml.bind-api.version>
<dep.janio.version>3.1.12</dep.janio.version>
<dep.jaxb.runtime.version>3.0.1</dep.jaxb.runtime.version>
<dep.jdom.version>2.0.6.1</dep.jdom.version>
<dep.jersey.version>3.1.3</dep.jersey.version>
Expand Down Expand Up @@ -420,6 +421,11 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.janino</groupId>
<artifactId>janino</artifactId>
<version>${dep.janio.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-plus</artifactId>
Expand Down

0 comments on commit 9e8b0b0

Please sign in to comment.