Skip to content

Commit b7900ec

Browse files
Merge branch 'dev' into jh/#513-sql-timeseries-meta-information
2 parents 9ce2c10 + a21d301 commit b7900ec

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ updates:
1212
- johanneshiry
1313
- t-ober
1414
- sensarmad
15+
- sebastian-peter
16+
- danielfeismann
1517
ignore:
1618
- dependency-name: org.spockframework:spock-core
1719
versions:
1820
- "2.1-groovy-3.0-SNAPSHOT"
1921
- "2.1-groovy-2.5-SNAPSHOT"
20-
- dependency-name: org.jgrapht:jgrapht-core
21-
versions:
22-
- ">= 1.5.a, < 1.6"
22+
- "2.2-groovy-4.0-SNAPSHOT"
23+
- "2.2-groovy-3.0-SNAPSHOT"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'signing'
66
id 'pmd' // code check, working on source code
77
id 'com.diffplug.spotless' version '6.3.0'//code format
8-
id 'com.github.spotbugs' version '5.0.5' // code check, working on byte code
8+
id 'com.github.spotbugs' version '5.0.6' // code check, working on byte code
99
id 'de.undercouch.download' version '5.0.1'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin

0 commit comments

Comments
 (0)