11/*
2- * Copyright (c) 2016-2023 , FusionAuth, All Rights Reserved
2+ * Copyright (c) 2016-2024 , FusionAuth, All Rights Reserved
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1414 * language governing permissions and limitations under the License.
1515 */
1616
17- jacksonVersion = "2.15.2 "
17+ jacksonVersion = "2.15.4 "
1818
19- project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2 ", licenses: ["ApacheV2_0"]) {
19+ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.3 ", licenses: ["ApacheV2_0"]) {
2020
2121 workflow {
2222 fetch {
@@ -30,6 +30,9 @@ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2", licens
3030 publish {
3131 cache()
3232 }
33+ semanticVersions {
34+ mapping(id: "org.bouncycastle:bc-fips:1.0.2.5", version: "1.0.2+P5")
35+ }
3336 }
3437
3538 publishWorkflow {
@@ -43,7 +46,7 @@ project(group: "io.fusionauth", name: "fusionauth-jwt", version: "5.3.2", licens
4346 dependency(id: "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}")
4447 }
4548 group(name: "test-compile", export: false) {
46- dependency(id: "org.bouncycastle:bc-fips:1.0.2+P4 ")
49+ dependency(id: "org.bouncycastle:bc-fips:1.0.2.5 ")
4750 dependency(id: "org.testng:testng:7.5.1")
4851 }
4952 }
0 commit comments