Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jku-isse/ecco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75e165354c7a2a1ac8ac01ac0363d9fc9bd9c843
Choose a base ref
..
head repository: jku-isse/ecco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5f7c73f3d13d235d20095f9ed0125dd9fae43e5b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 storage/neo4j/build.gradle
2 changes: 1 addition & 1 deletion storage/neo4j/build.gradle
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ dependencies {
testCompile group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.14'

// https://mvnrepository.com/artifact/ch.qos.logback/logback-core
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.5.9'
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.5.10'

// https://mvnrepository.com/artifact/org.slf4j/slf4j-api
compile group: 'org.slf4j', name: 'slf4j-api', version: '2.0.12'