Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-kotlin-lite from 3.23.3 to 3.24.2
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-kotlin-lite from 3.23.3 to 3.24.2.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 28, 2023
1 parent eccb987 commit 55f7665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencies {
implementation group: 'com.vladsch.flexmark', name: 'flexmark-ext-gfm-tasklist', version: '0.62.2'

// Protobuf
implementation group: 'com.google.protobuf', name: 'protobuf-kotlin-lite', version: '3.23.3'
implementation group: 'com.google.protobuf', name: 'protobuf-kotlin-lite', version: '3.24.2'

// Use the Kotlin JDK standard library.
implementation group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.8.22'
Expand Down

0 comments on commit 55f7665

Please sign in to comment.