Quellcode durchsuchen

Bump net.bytebuddy:byte-buddy-agent from 1.14.12 to 1.14.13

Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.14.12 to 1.14.13.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.12...byte-buddy-1.14.13)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/615/head
dependabot[bot] vor 1 Monat
Ursprung
Commit
b6c75117e6
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      poi-ooxml-lite-agent/build.gradle

+ 1
- 1
poi-ooxml-lite-agent/build.gradle Datei anzeigen

@@ -23,7 +23,7 @@ sourceSets {

dependencies {
api 'net.bytebuddy:byte-buddy:1.14.12'
api 'net.bytebuddy:byte-buddy-agent:1.14.12'
api 'net.bytebuddy:byte-buddy-agent:1.14.13'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}


Laden…
Abbrechen
Speichern