Skip to content

Commit

Permalink
Do not update net.javacrumbs.json-unit:json-unit-assertj (Java 17).
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 20, 2023
1 parent 1cdd871 commit 22debff
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
7 changes: 2 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ updates:
- dependency-name: org.eclipse.collections:eclipse-collections-api
versions:
- ">= 10.a"
- dependency-name: org.webjars:popper.js
- dependency-name: net.javacrumbs.json-unit:json-unit-assertj
versions:
- ">= 2.0.0"
- dependency-name: org.webjars:bootstrap
versions:
- ">= 5.0.0"
- ">= 3.0.0"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
22 changes: 11 additions & 11 deletions doc/dependency-graph.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ skinparam rectangle {
BackgroundColor<<runtime>> lightBlue
BackgroundColor<<provided>> lightGray
}
rectangle "analysis-model\n\n11.11.0-SNAPSHOT" as edu_hm_hafner_analysis_model_jar
rectangle "analysis-model\n\n11.11.0" as edu_hm_hafner_analysis_model_jar
rectangle "jsoup\n\n1.16.1" as org_jsoup_jsoup_jar
rectangle "commons-io\n\n2.11.0" as commons_io_commons_io_jar
rectangle "commons-digester3\n\n3.2" as org_apache_commons_commons_digester3_jar
Expand All @@ -20,21 +20,21 @@ rectangle "j2html\n\n1.4.0" as com_j2html_j2html_jar
rectangle "xercesImpl\n\n2.12.2" as xerces_xercesImpl_jar
rectangle "xml-apis\n\n1.4.01" as xml_apis_xml_apis_jar
rectangle "asm\n\n9.6" as org_ow2_asm_asm_jar
rectangle "asm-analysis\n\n9.4" as org_ow2_asm_asm_analysis_jar
rectangle "asm-tree\n\n9.4" as org_ow2_asm_asm_tree_jar
rectangle "spotbugs\n\n4.7.3" as com_github_spotbugs_spotbugs_jar
rectangle "asm-commons\n\n9.4" as org_ow2_asm_asm_commons_jar
rectangle "asm-util\n\n9.4" as org_ow2_asm_asm_util_jar
rectangle "jcip-annotations\n\n1.0" as net_jcip_jcip_annotations_jar
rectangle "dom4j\n\n2.1.3" as org_dom4j_dom4j_jar
rectangle "gson\n\n2.9.1" as com_google_code_gson_gson_jar
rectangle "asm-analysis\n\n9.6" as org_ow2_asm_asm_analysis_jar
rectangle "asm-tree\n\n9.6" as org_ow2_asm_asm_tree_jar
rectangle "spotbugs\n\n4.8.0" as com_github_spotbugs_spotbugs_jar
rectangle "asm-commons\n\n9.6" as org_ow2_asm_asm_commons_jar
rectangle "asm-util\n\n9.6" as org_ow2_asm_asm_util_jar
rectangle "jcip-annotations\n\n1.0-1" as com_github_stephenc_jcip_jcip_annotations_jar
rectangle "dom4j\n\n2.1.4" as org_dom4j_dom4j_jar
rectangle "gson\n\n2.10.1" as com_google_code_gson_gson_jar
rectangle "bcel\n\n6.7.0" as org_apache_bcel_bcel_jar
rectangle "commons-lang3\n\n3.13.0" as org_apache_commons_commons_lang3_jar
rectangle "pmd-core\n\n6.55.0" as net_sourceforge_pmd_pmd_core_jar
rectangle "antlr4-runtime\n\n4.7.2" as org_antlr_antlr4_runtime_jar
rectangle "jcommander\n\n1.82" as com_beust_jcommander_jar
rectangle "pmd-java\n\n6.55.0" as net_sourceforge_pmd_pmd_java_jar
rectangle "json\n\n20230618" as org_json_json_jar
rectangle "json\n\n20231013" as org_json_json_jar
rectangle "json-smart\n\n2.5.0" as net_minidev_json_smart_jar
rectangle "accessors-smart\n\n2.5.0" as net_minidev_accessors_smart_jar
rectangle "slf4j-api\n\n2.0.9" as org_slf4j_slf4j_api_jar
Expand Down Expand Up @@ -64,7 +64,7 @@ com_github_spotbugs_spotbugs_jar -[#000000]-> org_ow2_asm_asm_tree_jar
org_ow2_asm_asm_util_jar .[#D3D3D3].> org_ow2_asm_asm_tree_jar
org_ow2_asm_asm_util_jar .[#D3D3D3].> org_ow2_asm_asm_analysis_jar
com_github_spotbugs_spotbugs_jar -[#000000]-> org_ow2_asm_asm_util_jar
com_github_spotbugs_spotbugs_jar -[#000000]-> net_jcip_jcip_annotations_jar
com_github_spotbugs_spotbugs_jar -[#000000]-> com_github_stephenc_jcip_jcip_annotations_jar
com_github_spotbugs_spotbugs_jar -[#000000]-> org_dom4j_dom4j_jar
com_github_spotbugs_spotbugs_jar -[#000000]-> com_google_code_gson_gson_jar
edu_hm_hafner_analysis_model_jar -[#000000]-> com_github_spotbugs_spotbugs_jar
Expand Down
11 changes: 9 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>3.33.0</version>
<relativePath />
<relativePath/>
</parent>

<artifactId>analysis-model</artifactId>
Expand Down Expand Up @@ -186,6 +187,12 @@
<groupId>org.apache.bcel</groupId>
<artifactId>bcel</artifactId>
<version>6.7.0</version>
<exclusions>
<exclusion>
<artifactId>commons-lang3</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
</exclusions>
</dependency>

<!-- PMD Messages -->
Expand Down

0 comments on commit 22debff

Please sign in to comment.