Skip to content

Commit e73571d

Browse files
authored
[MIM-2225] bug: Add ignore for lib-cron, downgrade this package (#3157)
Add ignore for this package, downgrade lib-cron
1 parent c79215c commit e73571d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ updates:
2424
# enonic types should update only when updating enonic version on server
2525
- dependency-name: "@enonic-types/*"
2626
- package-ecosystem: "gradle"
27+
ignore:
28+
- dependency-name: "com.enonic.lib:lib-cron"
29+
update-types: ["version-update:semver-patch"]
2730
directory: "/"
2831
schedule:
2932
interval: "weekly"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
include "com.enonic.xp:lib-admin:${xpVersion}"
2727
include "com.enonic.lib:lib-http-client:3.2.2"
2828
include "com.enonic.xp:lib-i18n:${xpVersion}"
29-
include "com.enonic.lib:lib-cron:1.1.3"
29+
include "com.enonic.lib:lib-cron:1.1.2"
3030
include "com.enonic.xp:lib-context:${xpVersion}"
3131
include 'com.enonic.lib:lib-cache:2.2.1'
3232
include "com.enonic.xp:lib-event:${xpVersion}"

0 commit comments

Comments
 (0)