Skip to content

Commit

Permalink
Merge pull request #9 from 2060-io/dev
Browse files Browse the repository at this point in the history
artemis improvements
  • Loading branch information
mjfelis authored Apr 9, 2024
2 parents 968c312 + dc32254 commit 996b38a
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 246 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.2060</groupId>
<artifactId>service-agent-java-client</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -45,7 +45,8 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client-jackson</artifactId>
<version>3.6.4</version>
<version>3.9.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.sdk</groupId>
Expand Down
Loading

0 comments on commit 996b38a

Please sign in to comment.