Skip to content

Commit

Permalink
chore(deps): bump com.google.protobuf:protobuf-kotlin-lite
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-kotlin-lite from 3.25.2 to 4.27.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 24, 2024
1 parent 4b2cdeb commit 1060393
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.25.2'
implementation group: 'com.google.protobuf', name: 'protobuf-kotlin-lite', version: '4.27.0'

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

0 comments on commit 1060393

Please sign in to comment.