Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
- update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jul 14, 2023
1 parent 17b7613 commit d2db5ca
Show file tree
Hide file tree
Showing 8 changed files with 2,850 additions and 2,177 deletions.
263 changes: 131 additions & 132 deletions __tests__/expected_dependency_results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4624,120 +4624,119 @@ export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT = [
export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT_UNRESOLVED = [
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "annotations",
namespace: "org.jetbrains",
version: "13.0",
type: 'maven',
name: 'annotations',
namespace: 'org.jetbrains',
version: '13.0',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "lombok",
namespace: "org.projectlombok",
version: "",
type: 'maven',
name: 'lombok',
namespace: 'org.projectlombok',
version: '',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
undefined,
],
undefined
]
]


export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT_UNSPECIFIED = [
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
{
type: "maven",
name: "annotations",
namespace: "org.jetbrains",
version: "13.0",
type: 'maven',
name: 'annotations',
namespace: 'org.jetbrains',
version: '13.0',
qualifiers: null,
subpath: null,
},
subpath: null
}
],
[
{
type: "maven",
name: "kotlin-stdlib-jdk8",
namespace: "org.jetbrains.kotlin",
version: "1.6.10",
type: 'maven',
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
version: '1.6.10',
qualifiers: null,
subpath: null,
subpath: null
},
undefined,
],
undefined
]
]

export const GRADLE_EXAMPLE_DEPENDENCY_OUTPUT_SPRING = [
Expand Down Expand Up @@ -5439,88 +5438,88 @@ export const GRADLE_EXAMPLE_DEPENDENCY_WITH_SUB_PROJECTS_OUTPUT = {
}

export const GRADLE_EXAMPLE_NESTED_MULTI_MODULE_PROJECT = {
"childProjects": [
childProjects: [
{
"childProjects": [],
"dependencyPath": undefined,
"name": ":common:hello",
"packages": [
childProjects: [],
dependencyPath: undefined,
name: ':common:hello',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
],
undefined
]
]
},
{
"childProjects": [],
"dependencyPath": undefined,
"name": ":common:hello",
"packages": [
childProjects: [],
dependencyPath: undefined,
name: ':common:hello',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
],
},
undefined
]
]
}
],
"dependencyPath": undefined,
"name": "test",
"packages": [
dependencyPath: undefined,
name: 'test',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
undefined
],
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
undefined
]
],
"projectRegistry": [
projectRegistry: [
{
"childProjects": [],
"dependencyPath": undefined,
"name": ":common:hello",
"packages": [
childProjects: [],
dependencyPath: undefined,
name: ':common:hello',
packages: [
[
{
"name": "kotlin-stdlib-jdk8",
"namespace": "org.jetbrains.kotlin",
"qualifiers": null,
"subpath": null,
"type": "maven",
"version": "1.8.0",
name: 'kotlin-stdlib-jdk8',
namespace: 'org.jetbrains.kotlin',
qualifiers: null,
subpath: null,
type: 'maven',
version: '1.8.0'
},
undefined,
],
],
},
],
undefined
]
]
}
]
}
Loading

0 comments on commit d2db5ca

Please sign in to comment.