Skip to content

Commit 1dd0691

Browse files
chore(deps): update Java SDK to v8.14.0 (#2199)
1 parent c97e63f commit 1dd0691

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
### Dependencies
1010

11-
- Bump Java SDK from v8.11.1 to v8.12.0 ([#2155](https://github.com/getsentry/sentry-unity/pull/2155))
12-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8120)
13-
- [diff](https://github.com/getsentry/sentry-java/compare/8.11.1...8.12.0)
11+
- Bump Java SDK from v8.11.1 to v8.14.0 ([#2155](https://github.com/getsentry/sentry-unity/pull/2155), [#2199](https://github.com/getsentry/sentry-unity/pull/2199))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8140)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/8.11.1...8.14.0)
1414
- Bump .NET SDK from v5.7.0-beta.0 to v5.7.0 ([#2154](https://github.com/getsentry/sentry-unity/pull/2154))
1515
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#570)
1616
- [diff](https://github.com/getsentry/sentry-dotnet/compare/5.7.0-beta.0...5.7.0)

Directory.Build.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,11 @@ Expected to exist:
246246
<Copy SourceFiles="@(AndroidSdkArtifacts)" DestinationFiles="@(AndroidSdkArtifacts->'$(SentryAndroidArtifactsDestination)%(RecursiveDir)%(Filename)%(Extension)')" />
247247
<Exec WorkingDirectory="$(SentryAndroidRoot)" Command="cp sentry/build/libs/sentry*.jar $(SentryAndroidArtifactsDestination)sentry.jar" />
248248

249-
<Message Importance="High" Text="Reading the sentry-native-ndk version from the 'Config.kt' file." />
249+
<Message Importance="High" Text="Reading the sentry-native-ndk version from the 'libs.versions.toml' file." />
250250

251251
<PropertyGroup>
252-
<PropertiesContent>$([System.IO.File]::ReadAllText("$(RepoRoot)modules/sentry-java/buildSrc/src/main/java/Config.kt"))</PropertiesContent>
253-
<NativeVersion>$([System.Text.RegularExpressions.Regex]::Match($(PropertiesContent), 'sentryNativeNdk\s*=\s*"[^"]+:([^"]+)"').Groups[1].Value)</NativeVersion>
252+
<PropertiesContent>$([System.IO.File]::ReadAllText("$(RepoRoot)modules/sentry-java/gradle/libs.versions.toml"))</PropertiesContent>
253+
<NativeVersion>$([System.Text.RegularExpressions.Regex]::Match($(PropertiesContent), 'sentry-native-ndk\s*=\s*\{[^}]*version\s*=\s*"([^"]+)"').Groups[1].Value)</NativeVersion>
254254
</PropertyGroup>
255255

256256
<!-- Clean cache if version does not exist to get rid of old versions -->

modules/sentry-java

Submodule sentry-java updated 186 files

0 commit comments

Comments
 (0)