Skip to content

Commit

Permalink
bump java-http
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jan 28, 2025
1 parent c0b3543 commit 4c6d5d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dropWizardVersion = "3.2.6"
easyMockVersion = "5.1.0"
freemarkerVersion = "2.3.32"
fusionAuthJWTVersion = "5.3.2"
javaHTTPVersion = "0.3.5"
javaHTTPVersion = "0.3.6"
jsonPatchVersion = "1.13.0"
guavaVersion = "32.1.2-jre"
guiceVersion = "6.0.0"
Expand All @@ -29,7 +29,7 @@ logbackVersion = "1.4.14"
slf4jVersion = "2.0.13"
testngVersion = "7.8.0"

project(group: "org.primeframework", name: "prime-mvc", version: "4.29.0", licenses: ["ApacheV2_0"]) {
project(group: "org.primeframework", name: "prime-mvc", version: "4.29.1", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
// Dependency resolution order:
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<!--
~ Copyright (c) 2023, FusionAuth, All Rights Reserved
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.primeframework</groupId>
<artifactId>prime-mvc</artifactId>
<version>4.28.0</version>
<version>4.29.1</version>
<packaging>jar</packaging>

<name>FusionAuth App</name>
Expand Down Expand Up @@ -110,7 +109,7 @@
<dependency>
<groupId>io.fusionauth</groupId>
<artifactId>java-http</artifactId>
<version>0.3.5</version>
<version>0.3.6</version>
<type>jar</type>
<scope>compile</scope>
<optional>false</optional>
Expand Down Expand Up @@ -213,4 +212,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions prime-mvc.iml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/.savant/cache/io/fusionauth/java-http/0.3.5/java-http-0.3.5.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/io/fusionauth/java-http/0.3.6/java-http-0.3.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/.savant/cache/io/fusionauth/java-http/0.3.5/java-http-0.3.5-src.jar!/" />
<root url="jar://$MODULE_DIR$/.savant/cache/io/fusionauth/java-http/0.3.6/java-http-0.3.6-src.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down

0 comments on commit 4c6d5d1

Please sign in to comment.