Skip to content

Commit 3e71f47

Browse files
chore: release version 10.15.1 (#1925)
1 parent 4441f03 commit 3e71f47

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "66be199", "specHash": "131c54a", "version": "10.15.0" }
1+
{ "engineHash": "66be199", "specHash": "131c54a", "version": "10.15.1" }

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [10.15.1](https://github.com/box/box-java-sdk/compare/v10.15.0...v10.15.1) (2026-07-10)
6+
7+
8+
### Bug Fixes
9+
10+
* Bump `Bouncy Castle` to fix CVE in Java (box/box-codegen[#972](https://github.com/box/box-java-sdk/issues/972)) ([#1918](https://github.com/box/box-java-sdk/issues/1918)) ([4441f03](https://github.com/box/box-java-sdk/commit/4441f037afaf148b300466a23818108a364457ab))
11+
512
## [10.15.0](https://github.com/box/box-java-sdk/compare/v10.14.0...v10.15.0) (2026-07-09)
613

714

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111
group = "com.box"
1212
archivesBaseName = "box-java-sdk"
13-
version = "10.15.0"
13+
version = "10.15.1"
1414
java {
1515
sourceCompatibility = JavaVersion.toVersion(libraryJavaVersion)
1616
targetCompatibility = JavaVersion.toVersion(libraryJavaVersion)

src/main/java/com/box/sdkgen/networking/version/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
public class Version {
44

55
public static String getVersion() {
6-
return "10.15.0";
6+
return "10.15.1";
77
}
88
}

0 commit comments

Comments
 (0)