Skip to content

Commit 9e40bef

Browse files
committed
update deps.
1 parent 69240bf commit 9e40bef

4 files changed

Lines changed: 21 additions & 14 deletions

File tree

build.savant

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* language governing permissions and limitations under the License.
1515
*/
1616

17-
jacksonVersion = "2.14.0"
17+
jacksonVersion = "2.15.2"
1818

1919
project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.0", licenses: ["ApacheV2_0"]) {
2020

@@ -43,7 +43,7 @@ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.0", licens
4343
dependency(id: "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}")
4444
}
4545
group(name: "test-compile", export: false) {
46-
dependency(id: "org.bouncycastle:bc-fips:1.0.2+P1")
46+
dependency(id: "org.bouncycastle:bc-fips:1.0.2+P4")
4747
dependency(id: "org.testng:testng:7.5.1")
4848
}
4949
}

fusionauth-jwt.iml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,44 +16,44 @@
1616
<orderEntry type="module-library">
1717
<library>
1818
<CLASSES>
19-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.14.0/jackson-databind-2.14.0.jar!/" />
19+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2.jar!/" />
2020
</CLASSES>
2121
<JAVADOC />
2222
<SOURCES>
23-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.14.0/jackson-databind-2.14.0-src.jar!/" />
23+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-databind/2.15.2/jackson-databind-2.15.2-sources.jar!/" />
2424
</SOURCES>
2525
</library>
2626
</orderEntry>
2727
<orderEntry type="module-library">
2828
<library>
2929
<CLASSES>
30-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.14.0/jackson-annotations-2.14.0.jar!/" />
30+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2.jar!/" />
3131
</CLASSES>
3232
<JAVADOC />
3333
<SOURCES>
34-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.14.0/jackson-annotations-2.14.0-src.jar!/" />
34+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-annotations/2.15.2/jackson-annotations-2.15.2-sources.jar!/" />
3535
</SOURCES>
3636
</library>
3737
</orderEntry>
3838
<orderEntry type="module-library">
3939
<library>
4040
<CLASSES>
41-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.14.0/jackson-core-2.14.0.jar!/" />
41+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar!/" />
4242
</CLASSES>
4343
<JAVADOC />
4444
<SOURCES>
45-
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.14.0/jackson-core-2.14.0-src.jar!/" />
45+
<root url="jar://$MODULE_DIR$/.savant/cache/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2-sources.jar!/" />
4646
</SOURCES>
4747
</library>
4848
</orderEntry>
4949
<orderEntry type="module-library" scope="TEST">
5050
<library>
5151
<CLASSES>
52-
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P1/bc-fips-1.0.2+P1.jar!/" />
52+
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P4/bc-fips-1.0.2+P4.jar!/" />
5353
</CLASSES>
5454
<JAVADOC />
5555
<SOURCES>
56-
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P1/bc-fips-1.0.2+P1-src.jar!/" />
56+
<root url="jar://$MODULE_DIR$/.savant/cache/org/bouncycastle/bc-fips/1.0.2+P4/bc-fips-1.0.2+P4-src.jar!/" />
5757
</SOURCES>
5858
</library>
5959
</orderEntry>

fusionauth-jwt.ipr

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,13 @@
281281
<ScalaCodeStyleSettings>
282282
<option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" />
283283
</ScalaCodeStyleSettings>
284+
<codeStyleSettings language="Groovy">
285+
<indentOptions>
286+
<option name="INDENT_SIZE" value="2" />
287+
<option name="CONTINUATION_INDENT_SIZE" value="4" />
288+
<option name="TAB_SIZE" value="2" />
289+
</indentOptions>
290+
</codeStyleSettings>
284291
<codeStyleSettings language="JAVA">
285292
<indentOptions>
286293
<option name="INDENT_SIZE" value="2" />

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>
6464
<artifactId>jackson-core</artifactId>
65-
<version>2.14.0</version>
65+
<version>2.15.2</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.core</groupId>
6969
<artifactId>jackson-databind</artifactId>
70-
<version>2.14.0</version>
70+
<version>2.15.2</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-annotations</artifactId>
75-
<version>2.14.0</version>
75+
<version>2.15.2</version>
7676
</dependency>
7777

7878
<!-- Testing Dependencies -->
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.bouncycastle</groupId>
8989
<artifactId>bc-fips</artifactId>
90-
<version>1.0.2.1</version>
90+
<version>1.0.2.4</version>
9191
<scope>test</scope>
9292
</dependency>
9393
</dependencies>

0 commit comments

Comments
 (0)