Remove version pin for java-diff-utils dependency (#1667)

* Remove version pin for java-diff-utils dependency

Latest version of the lib introduces a small behavior change/bug fix.
It no longer ignores empty lines. This actually makes sense.

Update the test data to reflect this change.
This commit is contained in:
Weimin Yu 2022-06-13 10:35:51 -04:00 committed by GitHub
parent 5781b8a39e
commit b92ce51147
128 changed files with 1521 additions and 1523 deletions

View file

@ -9,25 +9,25 @@ com.github.jnr:jnr-ffi:2.2.11
com.github.jnr:jnr-posix:3.1.15
com.github.jnr:jnr-unixsocket:0.38.17
com.github.jnr:jnr-x86asm:1.0.2
com.google.api-client:google-api-client:1.34.0
com.google.api:gax:2.16.0
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220323-1.32.1
com.google.auth:google-auth-library-credentials:1.6.0
com.google.auth:google-auth-library-oauth2-http:1.6.0
com.google.api-client:google-api-client:1.35.0
com.google.api:gax:2.18.1
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220513-1.32.1
com.google.auth:google-auth-library-credentials:1.7.0
com.google.auth:google-auth-library-oauth2-http:1.7.0
com.google.auto.value:auto-value-annotations:1.9
com.google.cloud.sql:jdbc-socket-factory-core:1.6.0
com.google.cloud.sql:postgres-socket-factory:1.6.0
com.google.cloud.sql:jdbc-socket-factory-core:1.6.1
com.google.cloud.sql:postgres-socket-factory:1.6.1
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.9.0
com.google.errorprone:error_prone_annotations:2.13.1
com.google.errorprone:error_prone_annotations:2.14.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:31.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.http-client:google-http-client-apache-v2:1.41.7
com.google.http-client:google-http-client-gson:1.41.7
com.google.http-client:google-http-client:1.41.7
com.google.http-client:google-http-client-apache-v2:1.41.8
com.google.http-client:google-http-client-gson:1.41.8
com.google.http-client:google-http-client:1.41.8
com.google.j2objc:j2objc-annotations:1.3
com.google.oauth-client:google-oauth-client:1.33.2
com.google.oauth-client:google-oauth-client:1.34.0
commons-codec:commons-codec:1.11
commons-logging:commons-logging:1.2
io.grpc:grpc-context:1.27.2
@ -43,4 +43,4 @@ org.ow2.asm:asm-commons:9.2
org.ow2.asm:asm-tree:9.3
org.ow2.asm:asm-util:9.3
org.ow2.asm:asm:9.3
org.postgresql:postgresql:42.3.6
org.postgresql:postgresql:42.4.0

View file

@ -9,25 +9,25 @@ com.github.jnr:jnr-ffi:2.2.11
com.github.jnr:jnr-posix:3.1.15
com.github.jnr:jnr-unixsocket:0.38.17
com.github.jnr:jnr-x86asm:1.0.2
com.google.api-client:google-api-client:1.34.0
com.google.api:gax:2.16.0
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220323-1.32.1
com.google.auth:google-auth-library-credentials:1.6.0
com.google.auth:google-auth-library-oauth2-http:1.6.0
com.google.api-client:google-api-client:1.35.0
com.google.api:gax:2.18.1
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220513-1.32.1
com.google.auth:google-auth-library-credentials:1.7.0
com.google.auth:google-auth-library-oauth2-http:1.7.0
com.google.auto.value:auto-value-annotations:1.9
com.google.cloud.sql:jdbc-socket-factory-core:1.6.0
com.google.cloud.sql:postgres-socket-factory:1.6.0
com.google.cloud.sql:jdbc-socket-factory-core:1.6.1
com.google.cloud.sql:postgres-socket-factory:1.6.1
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.9.0
com.google.errorprone:error_prone_annotations:2.13.1
com.google.errorprone:error_prone_annotations:2.14.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:31.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.http-client:google-http-client-apache-v2:1.41.7
com.google.http-client:google-http-client-gson:1.41.7
com.google.http-client:google-http-client:1.41.7
com.google.http-client:google-http-client-apache-v2:1.41.8
com.google.http-client:google-http-client-gson:1.41.8
com.google.http-client:google-http-client:1.41.8
com.google.j2objc:j2objc-annotations:1.3
com.google.oauth-client:google-oauth-client:1.33.2
com.google.oauth-client:google-oauth-client:1.34.0
commons-codec:commons-codec:1.11
commons-logging:commons-logging:1.2
io.grpc:grpc-context:1.27.2
@ -43,4 +43,4 @@ org.ow2.asm:asm-commons:9.2
org.ow2.asm:asm-tree:9.3
org.ow2.asm:asm-util:9.3
org.ow2.asm:asm:9.3
org.postgresql:postgresql:42.3.6
org.postgresql:postgresql:42.4.0

View file

@ -9,25 +9,25 @@ com.github.jnr:jnr-ffi:2.2.11
com.github.jnr:jnr-posix:3.1.15
com.github.jnr:jnr-unixsocket:0.38.17
com.github.jnr:jnr-x86asm:1.0.2
com.google.api-client:google-api-client:1.34.0
com.google.api:gax:2.16.0
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220323-1.32.1
com.google.auth:google-auth-library-credentials:1.6.0
com.google.auth:google-auth-library-oauth2-http:1.6.0
com.google.api-client:google-api-client:1.35.0
com.google.api:gax:2.18.1
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220513-1.32.1
com.google.auth:google-auth-library-credentials:1.7.0
com.google.auth:google-auth-library-oauth2-http:1.7.0
com.google.auto.value:auto-value-annotations:1.9
com.google.cloud.sql:jdbc-socket-factory-core:1.6.0
com.google.cloud.sql:postgres-socket-factory:1.6.0
com.google.cloud.sql:jdbc-socket-factory-core:1.6.1
com.google.cloud.sql:postgres-socket-factory:1.6.1
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.9.0
com.google.errorprone:error_prone_annotations:2.13.1
com.google.errorprone:error_prone_annotations:2.14.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:31.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.http-client:google-http-client-apache-v2:1.41.7
com.google.http-client:google-http-client-gson:1.41.7
com.google.http-client:google-http-client:1.41.7
com.google.http-client:google-http-client-apache-v2:1.41.8
com.google.http-client:google-http-client-gson:1.41.8
com.google.http-client:google-http-client:1.41.8
com.google.j2objc:j2objc-annotations:1.3
com.google.oauth-client:google-oauth-client:1.33.2
com.google.oauth-client:google-oauth-client:1.34.0
commons-codec:commons-codec:1.11
commons-logging:commons-logging:1.2
io.grpc:grpc-context:1.27.2
@ -43,4 +43,4 @@ org.ow2.asm:asm-commons:9.2
org.ow2.asm:asm-tree:9.3
org.ow2.asm:asm-util:9.3
org.ow2.asm:asm:9.3
org.postgresql:postgresql:42.3.6
org.postgresql:postgresql:42.4.0

View file

@ -15,7 +15,7 @@ com.google.guava:guava:31.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
com.google.truth:truth:1.1.3
io.github.java-diff-utils:java-diff-utils:4.9
io.github.java-diff-utils:java-diff-utils:4.11
junit:junit:4.13.2
net.java.dev.jna:jna:5.8.0
org.apache.commons:commons-compress:1.21

View file

@ -13,31 +13,31 @@ com.github.jnr:jnr-ffi:2.2.11
com.github.jnr:jnr-posix:3.1.15
com.github.jnr:jnr-unixsocket:0.38.17
com.github.jnr:jnr-x86asm:1.0.2
com.google.api-client:google-api-client:1.34.0
com.google.api:gax:2.16.0
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220323-1.32.1
com.google.auth:google-auth-library-credentials:1.6.0
com.google.auth:google-auth-library-oauth2-http:1.6.0
com.google.api-client:google-api-client:1.35.0
com.google.api:gax:2.18.1
com.google.apis:google-api-services-sqladmin:v1beta4-rev20220513-1.32.1
com.google.auth:google-auth-library-credentials:1.7.0
com.google.auth:google-auth-library-oauth2-http:1.7.0
com.google.auto.value:auto-value-annotations:1.9
com.google.cloud.sql:jdbc-socket-factory-core:1.6.0
com.google.cloud.sql:postgres-socket-factory:1.6.0
com.google.cloud.sql:jdbc-socket-factory-core:1.6.1
com.google.cloud.sql:postgres-socket-factory:1.6.1
com.google.code.findbugs:jsr305:3.0.2
com.google.code.gson:gson:2.9.0
com.google.errorprone:error_prone_annotations:2.13.1
com.google.errorprone:error_prone_annotations:2.14.0
com.google.flogger:flogger-system-backend:0.7.4
com.google.flogger:flogger:0.7.4
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:31.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.http-client:google-http-client-apache-v2:1.41.7
com.google.http-client:google-http-client-gson:1.41.7
com.google.http-client:google-http-client:1.41.7
com.google.http-client:google-http-client-apache-v2:1.41.8
com.google.http-client:google-http-client-gson:1.41.8
com.google.http-client:google-http-client:1.41.8
com.google.j2objc:j2objc-annotations:1.3
com.google.oauth-client:google-oauth-client:1.33.2
com.google.oauth-client:google-oauth-client:1.34.0
com.google.truth:truth:1.1.3
commons-codec:commons-codec:1.11
commons-logging:commons-logging:1.2
io.github.java-diff-utils:java-diff-utils:4.9
io.github.java-diff-utils:java-diff-utils:4.11
io.grpc:grpc-context:1.27.2
io.opencensus:opencensus-api:0.31.0
io.opencensus:opencensus-contrib-http-util:0.31.0
@ -62,7 +62,7 @@ org.ow2.asm:asm-commons:9.2
org.ow2.asm:asm-tree:9.3
org.ow2.asm:asm-util:9.3
org.ow2.asm:asm:9.3
org.postgresql:postgresql:42.3.6
org.postgresql:postgresql:42.4.0
org.rnorth.duct-tape:duct-tape:1.0.8
org.slf4j:slf4j-api:1.7.35
org.testcontainers:database-commons:1.17.2