Skip to content

Commit

Permalink
PP-13359 point to latest pay-java-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
james-peacock-gds committed Jan 14, 2025
1 parent f14d541 commit 8b01937
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -175,35 +175,35 @@
"filename": "openapi/connector_spec.yaml",
"hashed_secret": "b7b82fee3d8bb620476c30e98864525528a30dc5",
"is_verified": false,
"line_number": 4330
"line_number": 4331
},
{
"type": "Hex High Entropy String",
"filename": "openapi/connector_spec.yaml",
"hashed_secret": "4e2117d267bb6ba687414034ca6f7699e03d0098",
"is_verified": false,
"line_number": 4366
"line_number": 4367
},
{
"type": "Base64 High Entropy String",
"filename": "openapi/connector_spec.yaml",
"hashed_secret": "1af9a059666b095ca066171bfa93b84e895134d8",
"is_verified": false,
"line_number": 5294
"line_number": 5295
},
{
"type": "Hex High Entropy String",
"filename": "openapi/connector_spec.yaml",
"hashed_secret": "40a714e4a70aa9b75e73dc27be3a978fa98ee4e3",
"is_verified": false,
"line_number": 5796
"line_number": 5797
},
{
"type": "Hex High Entropy String",
"filename": "openapi/connector_spec.yaml",
"hashed_secret": "ec969b7613112e3df2b11d8f64ce37f0d20bf29d",
"is_verified": false,
"line_number": 5807
"line_number": 5808
}
],
"src/main/java/uk/gov/pay/connector/agreement/resource/AgreementsApiResource.java": [
Expand Down Expand Up @@ -1101,5 +1101,5 @@
}
]
},
"generated_at": "2024-12-19T14:33:56Z"
"generated_at": "2025-01-14T14:36:51Z"
}
1 change: 1 addition & 0 deletions openapi/connector_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3996,6 +3996,7 @@ components:
- ACCOUNT_NOT_LINKED_WITH_PSP
- AGREEMENT_NOT_ACTIVE
- AGREEMENT_NOT_FOUND
- AMOUNT_BELOW_MINIMUM
- AUTH_TOKEN_INVALID
- AUTH_TOKEN_REVOKED
- AUTHORISATION_API_NOT_ALLOWED
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pay-java-commons.version>1.0.20250106092102</pay-java-commons.version>
<pay-java-commons.version>1.0.20250114131848</pay-java-commons.version>
<surefire.version>3.5.2</surefire.version>
<jjwt.version>0.12.6</jjwt.version>
<pact.version>4.6.16</pact.version>
Expand Down

0 comments on commit 8b01937

Please sign in to comment.