3 Commits

Author SHA1 Message Date
dependabot[bot]
e8ba929ab0 Merge cf8a93d8ce into febd3d63d2 2024-12-16 11:26:43 +00:00
Thea Schöbl
febd3d63d2 Delete dependabot.yml 2022-04-09 01:41:03 +02:00
dependabot[bot]
cf8a93d8ce Bump com.github.johnrengelman.shadow from 7.1.1 to 7.1.2
Bumps com.github.johnrengelman.shadow from 7.1.1 to 7.1.2.

---
updated-dependencies:
- dependency-name: com.github.johnrengelman.shadow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-30 00:23:12 +00:00
2 changed files with 1 additions and 12 deletions

View File

@@ -1,11 +0,0 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

View File

@@ -1,7 +1,7 @@
plugins { plugins {
id 'java' id 'java'
id 'org.jetbrains.kotlin.jvm' version '1.6.10' id 'org.jetbrains.kotlin.jvm' version '1.6.10'
id 'com.github.johnrengelman.shadow' version '7.1.1' id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'maven-publish' id 'maven-publish'
} }